An AggregateEntity will be able to add/subtract instances of another aggregate to itself
Nullable
DateStart :
string (ISO 8601 DateTime)
When does this aggregate start?. This will be specified if the Date dimension is true AND the DateDimension Part is All
Nullable
DateStartPart :
number (int)
When does this aggregate start?. This will be specified if the Date dimension is true AND the DateDimension Part is set to anything other than All
Nullable
Count :
number (int)
How many records went into this aggregation
Nullable
Total_DBGen :
number (int)
The sum total of all DBGens that were used in generating this aggregation
Nullable
BaseCurrencyCode :
string
The currency that BaseCurrencyCode will convert to
See BaseQuery.BaseCurrencyCode for more information
Nullable
decimal(18, 7)
BaseCurrencyRate :
number (decimal)
The requested currency conversion rate to BaseCurrencyCode
See BaseQuery.BaseCurrencyCode for more information
Nullable
CurrencyStringID :
number (int)
Dimensioned value for CurrencyStringID
Nullable
CurrencyStringID_Reporting_CurrencyCode :
string
Nullable
CurrencyStringID_Reporting_CurrencySymbol :
string
Nullable
CurrencyStringID_Reporting_CurrencyCommonName :
string
Nullable
CurrencyStringID_Reporting_CurrencyLocalizedName :
string
Example
{
"DateStart": "2012-04-03T09:40:59.736Z",
"DateStartPart": 321,
"Count": 321,
"Total_DBGen": 321,
"BaseCurrencyCode": "string value",
"BaseCurrencyRate": 1.23,
"CurrencyStringID": 321,
"CurrencyStringID_Reporting_CurrencyCode": "string value",
"CurrencyStringID_Reporting_CurrencySymbol": "string value",
"CurrencyStringID_Reporting_CurrencyCommonName": "string value",
"CurrencyStringID_Reporting_CurrencyLocalizedName": "string value"
}